vcLinkJoint

A joint that connects two vcNodes.

See in: Overview

Module: vcRobotics2

Parent: vcObject

Children: vcSingleDofLinkJoint

Referenced by: vcComponent.Joints, vcLinkNode.Joints, vcLinkNode.createJoint()

Properties

Learn how to use properties here. The properties are also inherited from the parent class.

NameTypeAccessDescription
ChildNodevcLinkNodeRWGets or sets the child node, i.e. the node that is moved by this joint.
JointTypevcLinkJointTypeRGets the type of this joint.
OffsetvcMatrixExpressionPropertyRGets the expression property which defines the PositionMatrix for the joint.
ParentNodevcNodeRWGets or sets the parent node, i.e. the node that is not moved by this joint.
PositionMatrixvcMatrixRW"
Gets or sets transformation relative to the ChildNode.
Note: Assigning new matrix overwrites the offset expression.
PropertiesvcPropertyContainerRGets the property container.

Methods

Learn how to use methods here. The methods are also inherited from the parent class.

NameReturn TypeParametersDescription
deleteNoneNoneDeletes this joint.